home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 5_programming / usleep < prev    next >
Encoding:
Text File  |  2001-03-22  |  392 b   |  13 lines

  1. Synopsis:
  2.    usleep <microseconds>
  3.  
  4. Description:
  5.    This suspends the client for the specified number of microseconds. During
  6.    this time, the client does absolutely nothing; it quite literally goes
  7.    to sleep.  In general, it is most useful in non-interactive automated
  8.    scripts, and even these cases are fairly rare.
  9.  
  10. See Also:
  11.    sleep(5); pause(5); timer(5); wait(5)
  12.  
  13.